PATH![]() |
![]() ![]() |
Removes a rectangle from a window's update region.
pascal OSStatus ValidWindowRect (
WindowPtr window,
const Rect *bounds);
The ValidWindowRect function informs the Window Manager that an area of a window no longer needs to be redrawn. The ValidWindowRect function is similar to the ValidRect function, but ValidWindowRect allows the window that it operates upon to be explicitly specified, instead of operating on the current graphics port, so ValidWindowRect does not require the graphics port to be set before its use. See Maintaining the Update Region for further discussion.